added changes to fix affected project search in vulnerabilities page#1944
added changes to fix affected project search in vulnerabilities page#1944
Conversation
Signed-off-by: Meha Bhargava <[email protected]>
Signed-off-by: Meha Bhargava <[email protected]>
Signed-off-by: Meha Bhargava <[email protected]>
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
🟢 Coverage 100.00% diff coverage
Metric Results Coverage variation Report missing for 69f6ea01 Diff coverage ✅ 100.00% diff coverage (70.00%) Coverage variation details
Coverable lines Covered lines Coverage Common ancestor commit (69f6ea0) Report Missing Report Missing Report Missing Head commit (eb96c45) 42867 36152 84.34% Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch:
<coverage of head commit> - <coverage of common ancestor commit>Diff coverage details
Coverable lines Covered lines Diff coverage Pull request (#1944) 5 5 100.00% Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified:
<covered lines added or modified>/<coverable lines added or modified> * 100%1 Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.
TIP This summary will be updated as you push new changes. Give us feedback
nscuro
left a comment
There was a problem hiding this comment.
Let's get the API docs cleaned up, otherwise looks good.
…erver into fix/affected-projects-search-filter
Signed-off-by: Meha Bhargava <[email protected]>
|
@mehab The new tests are failing, I think you need to add |
Signed-off-by: Meha Bhargava <[email protected]>
Description
This PR fixes the affected project search on the vulnerability detail page. Currently this search does not refresh if project name is provided in the search bar
Addressed Issue
If the number of affected projects is too many for a vulnerability, the search box should help us search specific project as needed. Currently even if we type something in the search box, the list does not get refreshed.
Additional Details
Checklist